home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / setflags.zip / SETFLAGS.DOC next >
Text File  |  1989-10-20  |  5KB  |  106 lines

  1.  
  2.     ╒═══════════════════════════════════════════════════════════════════════╕
  3.     │░░░░ SetFlags - A QuickBBS Utility ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  4.     ╘═══════════════════════════════════════════════════════════════════════╛
  5.  
  6.                           SetFlags  -  Version 1.0
  7.                            By: William L. Munson
  8.  
  9.                       This is another fine utility from:
  10.                           The Munchkin's Node BBS
  11.                             ( 315 ) 524-4032
  12.                      300 - 2400 baud on-line 24 hours/day
  13.                            Net/Node 1:260/238
  14.  
  15.  
  16.     ╒═══════════════════════════════════════════════════════════════════════╕
  17.     │░░░░ INTRODUCTION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  18.     ╘═══════════════════════════════════════════════════════════════════════╛
  19.  
  20.          Have you ever needed to change more than one of a users flags?  Or
  21.     several flags for every user?  Tired of running SetFlag (tm) over and over
  22.     to change several flags?
  23.  
  24.          Well, this utility is just what you are looking for!!!
  25.  
  26.          SetFlags will allow you set set any or all of a user's flags with
  27.     only one pass.  You can also set multiple flags for all users with one
  28.     pass.
  29.  
  30.  
  31.     ╒═══════════════════════════════════════════════════════════════════════╕
  32.     │░░░░ OPERATION ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  33.     ╘═══════════════════════════════════════════════════════════════════════╛
  34.  
  35.          SetFlags is very simple to use.  All operations are command line
  36.     driven.  To use this program just run it from the directory where you keep
  37.     your QuickBBS files.  You may use SetFlags as part of a batch file.
  38.  
  39.          The syntax for SetFlags is as follows:
  40.  
  41.     SETFLAGS Mode FlagToken [FlagToken] [FlagToken] [FlagToken]
  42.          Items within the square brackets [] are optional.
  43.  
  44.          Mode -  Must be one of the following.
  45.               EXIT -   This is used to change the flags of a user who has
  46.                        exited the BBS with a type 15 exit. ( Type 7 will
  47.                        not work as the EXITINFO.BBS is not reread when the
  48.                        BBS starts back up. )
  49.  
  50.               AFTER -  This is used to change the flags of the last user
  51.                        to log off the BBS.
  52.  
  53.               ALL -    This is used to change the flags of ALL users on
  54.                        your BBS.
  55.  
  56.  
  57.          FlagToken -  The flag token is the same format as is used in the
  58.                       QBBS user editor.  The token consists of a flag letter
  59.                       A - D followed by 8 action identifier symbols.
  60.  
  61.                       The following are the valid symbols.
  62.  
  63.                            X = Set this flag to ON.
  64.                            - = Set this flag to OFF.
  65.                            ? = Do not set this flag.
  66.  
  67.     E.g. - SETFLAGS AFTER AX--X???? B----???? C??????-- D--------
  68.  
  69.  
  70.     ╒═══════════════════════════════════════════════════════════════════════╕
  71.     │░░░░ WARNINGS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  72.     ╘═══════════════════════════════════════════════════════════════════════╛
  73.  
  74.          I cannot be held responsible for any damages caused by this or any
  75.     other product of mine.  I have tested this product on my system for
  76.     several months with no adverse reactions.
  77.  
  78.          In the AFTER and ALL modes, this program alters the USERS.BBS file.
  79.     SetFlags will create a file called USERS.TMP and write the modified user
  80.     information into that file and then, only on a successful operation,
  81.     delete the old USERS.BBS and rename USERS.TMP to USERS.BBS.  This should
  82.     prevent a power outage from corrupting your USERS.BBS file.
  83.  
  84.  
  85.     ╒═══════════════════════════════════════════════════════════════════════╕
  86.     │░░░░ LEGAL STUFF ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
  87.     ╘═══════════════════════════════════════════════════════════════════════╛
  88.  
  89.          This program is NOT public domain.  I reserve all rights to the
  90.     program and it's source code.  If you find this program useful, please
  91.     donate a reasonable sum of money to your favorite charity.
  92.  
  93.          I would also appreciate a note from you with any suggestions and/or
  94.     criticisms you might have.  If I receive enough responses to this program,
  95.     I will continue to write utilities for QBBS.
  96.  
  97.             Send your comments to:
  98.                 William Munson
  99.                 439 Ida Red Lane
  100.                 Ontario, Ny 14519
  101.  
  102.                     -or-
  103.  
  104.                FidoNet 1:260/238
  105.  
  106.